home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / helmets.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.4 KB  |  123 lines

  1. // =========================================================
  2. // us helmets
  3. us_pt_helmet1
  4. {
  5.     qer_editorimage textures/models/equipment/us_pt_helmet1.tga
  6.     cull none
  7.     {
  8.         map textures/models/equipment/us_pt_helmet1.tga
  9.         rgbGen lightingSpherical
  10.     }
  11. }
  12.  
  13. us_pt_helmet2
  14. {
  15.     qer_editorimage textures/models/equipment/us_pt_helmet2.tga
  16.     cull none
  17.     {
  18.         map textures/models/equipment/us_pt_helmet2.tga
  19.         rgbGen lightingSpherical
  20.     }
  21. }
  22.  
  23. us_pt_helmet3
  24. {
  25.     qer_editorimage textures/models/equipment/us_pt_helmet3.tga
  26.     cull none
  27.     {
  28.         map textures/models/equipment/us_pt_helmet3.tga
  29.         rgbGen lightingSpherical
  30.     }
  31. }
  32.  
  33. us_pfc_snow_helmet1
  34. {
  35.     qer_editorimage textures/models/human/usmaps/ranger/us_pfc_snow_helmet1.tga
  36.     cull none
  37.     {
  38.         map textures/models/human/usmaps/ranger/us_pfc_snow_helmet1.tga
  39.         rgbGen lightingSpherical
  40.     }
  41. }
  42.  
  43. us_medic_snow_helmet1
  44. {
  45.     qer_editorimage textures/models/human/usmaps/ranger/us_medic_snow_helmet1.tga
  46.     cull none
  47.     {
  48.         map textures/models/human/usmaps/ranger/us_medic_snow_helmet1.tga
  49.         rgbGen lightingSpherical
  50.     }
  51. }
  52.  
  53.  
  54. // =========================================================
  55. // uk helmets
  56. uk_pt_helmet1
  57. {
  58.     qer_editorimage textures/models/equipment/uk_pt_helmet1.tga
  59.     cull none
  60.     {
  61.         map textures/models/equipment/uk_pt_helmet1.tga
  62.         rgbGen lightingSpherical
  63.     }
  64. }
  65.  
  66. uk_pt_helmet2
  67. {
  68.     qer_editorimage textures/models/equipment/uk_pt_helmet2.tga
  69.     cull none
  70.     {
  71.         map textures/models/equipment/uk_pt_helmet2.tga
  72.         rgbGen lightingSpherical
  73.     }
  74. }
  75.  
  76. uk_pt_helmet3
  77. {
  78.     qer_editorimage textures/equipment/equipment/uk_pt_helmet3.tga
  79.     cull none
  80.     {
  81.         map textures/models/equipment/uk_pt_helmet3.tga
  82.         rgbGen lightingSpherical
  83.     }
  84. }
  85.  
  86. uk_pt_capt_helmet
  87. {
  88.     qer_editorimage textures/equipment/equipment/uk_pt_capt_helmet.tga
  89.     cull none
  90.     {
  91.         map textures/models/equipment/uk_pt_capt_helmet.tga
  92.         rgbGen lightingSpherical
  93.     }
  94. }
  95.  
  96. // other equipment
  97. usequip_snw
  98. {
  99.     qer_editorimage textures/models/gear/us_gear/USequip_snw.tga
  100.     {
  101.         map textures/models/gear/us_gear/USequip_snw.tga
  102.         rgbGen lightingSpherical
  103.     }
  104. }
  105.  
  106. usammobelt_snw
  107. {
  108.     qer_editorimage textures/models/gear/us_gear/riflebelt_snw.tga
  109.     {
  110.         map textures/models/gear/us_gear/riflebelt_snw.tga
  111.         rgbGen lightingSpherical
  112.     }
  113. }
  114.  
  115. barbelt_snw
  116. {
  117.     qer_editorimage textures/models/gear/us_gear/barpouch_snw.tga
  118.     {
  119.         map textures/models/gear/us_gear/barpouch_snw.tga
  120.         rgbGen lightingSpherical
  121.     }
  122. }
  123.